home *** CD-ROM | disk | FTP | other *** search
- { CONNECT.ALG - demonstrates the CONNECT procedure. Try executing
- this algorithm using both polar and nominal coordinate
- systems.
- }
- ymin=-2; ymax=2;
- color=4;
- connect(t,1.01+sin(t),t,1.01+cos(5*t));
- color = nominal;
- plot(abs(sin(t) - cos(5*t)));
- plot(1);
- text="this is a note: ";
- color = 9;note(2,1,.1);